string_pad

Syntax:

string_pad(string, padding, repeat, front, back)

Arguments:

Argument Name Type Description
stringstringstring to modify
paddingstringstring to insert as padding
repeatrealhow many times to repeat
frontboolwhether or not to pad the front
backboolwhether or not to pad the back

Returns: (string)

Description:

Loading page...

Back: Print
Next: string_trim